all:
	@echo "Trying to compile ..."
	@cat  this_is_the_end_of_this_four_kilo_bytes_source_compo___hope_you_enjoyed_it_as_much_as_i_enjoyed_to_write_it___bye_folks.c | wc -c
	@cat this_is_the_end_of_this_four_kilo_bytes_source_compo___hope_you_enjoyed_it_as_much_as_i_enjoyed_to_write_it___bye_folks.c  | perl -pe 's/\s//g' | wc -c
	gcc this_is_the_end_of_this_four_kilo_bytes_source_compo___hope_you_enjoyed_it_as_much_as_i_enjoyed_to_write_it___bye_folks.c -o source -I/usr/include/SDL -lSDL -Wall -g -ggdb -ansi








	@echo "Ok ;)"